UIImagePickerController: how to take >1 photo?

You probably won't be able to do it with UIImagePickerController...However look at AVFoundation, you have much more control over the camera and its actions, with it you can take more than one still image at a time with no interruption...here is reference to AVFoundation AV Foundation Look specifically at AVCaptureDevice, AVCaptureInput and subclasses of AVCaptureOutput, AVCaptureStillImageOutput allows you to grab images from the current camera session asynchronsly...hope this helps.

You probably won't be able to do it with UIImagePickerController...However look at AVFoundation, you have much more control over the camera and its actions, with it you can take more than one still image at a time with no interruption...here is reference to AVFoundation AV Foundation. Look specifically at AVCaptureDevice, AVCaptureInput and subclasses of AVCaptureOutput, AVCaptureStillImageOutput allows you to grab images from the current camera session asynchronsly...hope this helps.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions